Esx Settings DepotContent AddOns Summary
The Esx Settings DepotContent AddOns Summary schema defines the summary information regarding a OEM add-on.
This schema was added in vSphere API 7.0.0.0.
{
"name": "string",
"display_name": "string",
"vendor": "string",
"versions": [
{
"version": "string",
"display_version": "string",
"summary": "string",
"category": "string",
"kb": "string",
"release_date": "string"
}
]
}
Name of the OEM add-on.
This property was added in vSphere API 7.0.0.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.settings.add_on
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.settings.add_on
.
Display name of the OEM add-on.
This property was added in vSphere API 7.0.0.0.
Vendor of the OEM add-on.
This property was added in vSphere API 7.0.0.0.
Summary information about the versions of this addon. These are sorted by the version.
This property was added in vSphere API 7.0.0.0.